home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / music / d10sound.arj / QSERRORS.DOC < prev    next >
Text File  |  1994-04-04  |  2KB  |  67 lines

  1.  
  2. Possible error messages generated by QS v2.0:
  3.  
  4.     Normal, carefull use of the program should not generate
  5.     any of these errors.
  6.  
  7.     This list does not include error messages generated
  8.     by the BASIC COMPILER.
  9.  
  10. -------------------------------------------------------------------------------
  11. MIDI:
  12.     - MIDI Interface not ready! Try Re-booting and Start Over. -
  13.     Either there is NO MIDI interface or active interface is
  14.     not responding.
  15.  
  16.     Use 'QRESET.EXE' to reset MIDI system or re-boot DOS.
  17.  
  18.     - Error Sending Data! -> - dd
  19.     Program could not send data out the MPU-401 data port for
  20.     reason beyond control.
  21.  
  22. -------------------------------------------------------------------------------
  23. FILES:
  24.     - File not found. -
  25.     User entered filespec which is invalid or not found on disk.
  26.  
  27.     - File is Empty. -
  28.     User entered filespec to send that has no data.
  29.  
  30.     - Not enough space (amount found) on default drive x: -
  31.     DEFAULT disk/diskette does not have enough free space to contain
  32.     data in MIDI DATA BUFFER.
  33.  
  34.     User will be asked to continue or abort process.
  35.  
  36.     NOTE:
  37.  
  38.     This error may not be valid if the DEFAULT disk/diskette is not
  39.     the destination disk/diskette to contain the file to be written.
  40.     If the user decides to try and write file to disk without enough
  41.     space, the compiler should step in at the point where disk is full
  42.     and program crash may occurr.
  43. -------------------------------------------------------------------------------
  44. MEMORY:
  45.     - Possible Memory Allocation Error! -
  46.     - Memory Control Blocks Destroyed! -
  47.     The program requested memory segment paragraphs for the
  48.     MIDI DATA BUFFER, DOS reported error code 7.
  49.  
  50.     - Possible Memory Allocation Error! -
  51.     - Insufficient Memory! -
  52.     The program requested memory segment paragraphs for the
  53.     MIDI DATA BUFFER, DOS reported error code 8.
  54.  
  55.     - Possible Memory Allocation Error! -
  56.     - Segment # -
  57.     The program could not DE-ALLOCATE a memory segment upon exiting,
  58.     DOS reported error code 9.
  59.     With this error, data is usually not lost, for it has aready
  60.     been written to file.
  61.  
  62.     In most cases with memory allocation errors, DOS will
  63.     step in for COMMAND.COM cannot be loaded.
  64.  
  65. -------------------------------------------------------------------------------
  66.  
  67.